github.com/klauspost/compress/zstd.encoderState.eofWritten (field)
10 uses
github.com/klauspost/compress/zstd (current package)
encoder.go#L56: eofWritten bool
encoder.go#L124: s.eofWritten = false
encoder.go#L176: if s.eofWritten {
encoder.go#L228: s.eofWritten = true
encoder.go#L244: s.eofWritten = true
encoder.go#L267: if s.eofWritten {
encoder.go#L283: s.eofWritten = true
encoder.go#L301: s.eofWritten = true
encoder.go#L319: s.eofWritten = true
encoder.go#L459: if len(s.filling) == 0 && !s.headerWritten && !s.eofWritten && s.nInput == 0 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |